bitkeeper revision 1.1149.2.1 (4112365bnjnfkDEbbfEWWDz7AIB6Hw)
authorcl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Thu, 5 Aug 2004 13:30:03 +0000 (13:30 +0000)
committercl349@freefall.cl.cam.ac.uk <cl349@freefall.cl.cam.ac.uk>
Thu, 5 Aug 2004 13:30:03 +0000 (13:30 +0000)
Don't set bridge hello time (specifically not to 0) since Linux 2.6 bridge
code doesn't deal well with sethello == 0 (domain doesn't block and thus
consumes cycles constantly).

tools/examples/network

index 9852c34119a75b95ac1917855e1d3ebed82cf8e9..bd736e1ba5544cb72cfb9a8385f8461be9a37e2a 100755 (executable)
@@ -96,7 +96,6 @@ create_bridge () {
         brctl addbr ${bridge}
         brctl stp ${bridge} off
         brctl setfd ${bridge} 0
-        brctl sethello ${bridge} 0
     fi
     ifconfig ${bridge} up
 }